runtime.sudog.waittail (field)
15 uses
runtime (current package)
runtime2.go#L446: waittail *sudog // semaRoot
sema.go#L335: s.waittail = t.waittail
sema.go#L336: if s.waittail == nil {
sema.go#L337: s.waittail = t
sema.go#L346: t.waittail = nil
sema.go#L349: if t.waittail == nil {
sema.go#L352: t.waittail.waitlink = s
sema.go#L354: t.waittail = s
sema.go#L441: t.waittail = s.waittail
sema.go#L443: t.waittail = nil
sema.go#L453: tailtime = s.waittail.acquiretime
sema.go#L454: s.waittail.acquiretime = now
sema.go#L456: s.waittail = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |